Skip to main content

All Questions

Tagged with
0votes
0answers
25views

Flutter iOS Build Failed on Simulator (Xcode 16.3): Unsupported option '-G' despite Podfile modifications

I am encountering an issue when trying to run my Flutter application on the iOS simulator (iPhone 15 Pro Max, iOS 17.5). The build process fails with the following error: Error (Xcode): unsupported ...
Dhani Dzulkarnain's user avatar
1vote
0answers
27views

How debug root causes for xcodebuild error 65

I am trying to get a Flutter app to build using match and fastlane. Match seems to work as All required keys, certificates and provisioning profiles are installed When running build_ios_app() I get ...
Olf's user avatar
  • 41
1vote
2answers
92views

Xcode organizer copy failed while uploading to the Apple Store

When there is an issue with the copy field while uploading to the Apple Store from the archives. This is IDEDistributionPipeline.log 2025-04-23 10:03:29 +0000 Processing step: ...
Beacon Coders's user avatar
0votes
0answers
57views

Flutter 3.3.2 iOS Build Fails on Brand New Project with Xcode 16.3 and iOS 15.5

I'm encountering an issue with a brand new Flutter project created using Flutter SDK version 3.3.2. The project runs perfectly on Android, but it fails to build for iOS without any changes to the ...
dinod tharinda's user avatar
0votes
0answers
32views

Flutter build ios command is failing on app signing after upgrading to Xcode V16.3

I have recently updated my Xcode to V16.3. After the update, when I tried to build my Flutter app using the command Flutter build IOS --flavor prod -t lib/main.dart. Build failed with error: Error (...
Akhilesh Gahlot's user avatar
0votes
0answers
31views

Error (Xcode): lstat(/Users/<name>/<ProjectName>/ios/Pods/PrivacyInfo.xcprivacy): No such file or directory (2)

This is a Flutter project. The project was working fine. I was using an older Xcode for some reason. I updated Xcode and Flutter yesterday and created new simulator with iOS 18 (as all iOS apps need ...
RoBin's user avatar
0votes
0answers
29views

Why is Flutter downgrading my objectVersion and LastUpgradeVersion?

I've tried searching for this and even asking ChatGPT but haven't found anything helpful. I'm a developer working on a Flutter application along with a few other team-members, but I'm the only one ...
Andrew Horn's user avatar
0votes
0answers
28views

ios crash EXC_BAD_ACCESS KERN_INVALID_ADDRESS and Thread 0 Crashed:: Dispatch queue: com.apple.main-thread [closed]

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Codes: 0x0000000000000001, 0x0000000000000000 VM Region Info: 0 is not in any region. ...
user2098766's user avatar
0votes
1answer
404views

Upgrade to Flutter 3.29.2 and Xcode 16.3 broke my flutter build and now I have missing build and version number

My problems started when I did a flutter upgrade and Xcode upgrade (uninentionally). First I had version issues with I think purchases_flutter and RevenueCat - I remember having these when I first set ...
rawcane's user avatar
0votes
0answers
50views

Firebase in a Flutter iOS application

I have in the past already build flutter apps with firebase but at the moment I am running in some problems that prevent me from even building anything firebase-related for iOS. The machine is running:...
Olf's user avatar
  • 41
0votes
1answer
31views

Unable to find a destination matching the provided destination specifier" when building Flutter app

I'm facing an issue when trying to run my Flutter app on iOS using Xcode or flutter run. The build fails with the following error: Uncategorized (Xcode): Unable to find a destination matching the ...
Amira Gharbi's user avatar
1vote
0answers
36views

Framework 'sqflite' not found on iOS

I have updated the version of Flutter to 3.29.2. I have updated XCode to the latest version, 16.3 as well. I am using the newest version of sqflite. When I am building the iOS app, it shows an error ...
Sabbir33's user avatar
2votes
1answer
31views

Error (Xcode): Framework 'Flutter' not found

When I try to run my flutter app on iOS Simulator I get these errors: Launching lib/main.dart on iPhone 16 Pro in debug mode... Running pod install... 15.5s ...
Jack's user avatar
-1votes
0answers
122views

Xcode Build Error: "Library 'swiftWebKit' not found" in Flutter iOS App

I'm trying to build my Flutter iOS app using Xcode, but I'm encountering the following error: Library 'swiftWebKit' not found
shakti goyal's user avatar
4votes
1answer
2kviews

Xcode parse error on macOS 15.4 with grpc in Flutter [closed]

I have a Flutter app written in Android Studio on a Macbook that worked two days ago without issues. Today I updated MacOS to 15.4 which I'm guessing updated Xcode to a newer version as well. On the ...
Pierre van der Merwe's user avatar

153050per page
close